type net/http.http2timeTimer

6 uses

	net/http (current package)
		h2_bundle.go#L4150: 	return http2timeTimer{time.NewTimer(d)}
		h2_bundle.go#L4158: 	return http2timeTimer{time.AfterFunc(d, f)}
		h2_bundle.go#L7313: type http2timeTimer struct {
		h2_bundle.go#L7317: func (t http2timeTimer) C() <-chan time.Time { return t.Timer.C }
		h2_bundle.go#L7503: 	return http2timeTimer{time.NewTimer(d)}
		h2_bundle.go#L7511: 	return http2timeTimer{time.AfterFunc(d, f)}